There is no Objective-C library for HAL as yet. Would like a very simple library that lets you take an NSDictionary and convert it to a HAL resource.
+ (id)resourceFromDictionary:(NSDictionary *)dictionary;
This should return nil if there is a problem parsing the resource.